home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / zipd101.zip / ZIPDATE.DOC < prev    next >
Text File  |  1991-03-28  |  5KB  |  108 lines

  1.         ╔════════════════════════════════════════════════════╗
  2.         ║ ZIPDATE   - Written by Gary Bouchard               ║
  3.         ║ SysOp - The Computer Store BBS                     ║
  4.         ║ St. Augustine, Florida (904)794-0063 BBS           ║
  5.         ║ Copyright(c) 1990,91....All Rights Reserved        ║
  6.         ║ Released March 27, 1990  Modified                  ║
  7.         ╚════════════════════════════════════════════════════╝
  8.  
  9.                         What is ZIPDATE?
  10.                         ---------------
  11. Zipdate is a utility that will read thru your pcboard or designated
  12. Directories in search of Zip(tm) files. The program compiles a list of
  13. those zip files, then proceeds to look at each ZIP(tm) file, updating the
  14. ZIP(tm) file with the latest date found on a file within the ZIP(tm) file.
  15.  
  16. Are you confused? Well.... I found that almost 95% of the files that are
  17. were on my BBS were at least 2 years old. A user would manipulate the
  18. zip file, thus updating the zip file with the current date. The Zip file
  19. was then uploaded to me (or any other BBS) with an external date that
  20. was acceptable (eg not too old), even though the files contained within
  21. the zip are ancient. Since I try to keep up-to-date files on my BBS I
  22. saw a problem with this.
  23.  
  24. I wrote this ZIPDATE utility to open each zip file, find the latest date
  25. inside, the stamp that date on the ZIP file itself. That way I had an idea
  26. how old a file truly was, and could deal with it accordingly.
  27.  
  28. ZIPDATE was based on an ZIPDS written by Sam Smith of Prodoor Fame.
  29.  
  30. ZIPDATE is flexible, and easy to use, and may be used in your event.sys
  31. if you wish.  Reading the Configuration file which is fully commented
  32. will aid you in setup of the program. ZIPDATE also uses an optional EXCLUDE
  33. list file which will allow you to specifically exclude files from being
  34. changed. As you will see in the configuration file, you will list all
  35. the paths that contain Zip(tm) files you wish to update. If there is a
  36. directory that you do not want altered, simply exclude it from the
  37. configuration file.
  38.  
  39. ZIPDATE will generate a diskfile report detailing what it has done
  40. during execution, and any problems it might have encountered with a ZIP
  41. file. This report is generated by placing a switch on the command line
  42. at the time you run ZIPDATE. The switch is "/report" without the quotes.
  43.  
  44.                         
  45.         WARNING!     WARNING!     WARNING!      WARNING!
  46.  
  47. This program alters your files... PLEASE!!! Backup your data before
  48. running this program. There is always a chance that a bug has gotten by
  49. unnoticed, and could damage your data.
  50.  
  51.                         Running ZIPDATE
  52.                         ---------------
  53.  
  54. Running ZIPDATE is easy. After setting up your configuration file, and
  55. optional exclude list, type the command as follows at the Dos prompt;
  56.  
  57. C:\PCB>zipdate zipdate.cfg /report <enter>
  58.  
  59. This command line will execute ZIPDATE using the configuration file
  60. named ZIPDATE.CFG, and since the switch "/report" is used the program
  61. will generate a detail report disk file.
  62.  
  63. Because no path was given to the configuration file on the command line
  64. ZIPDATE will look for the configuration file in the current directory.
  65. You may specify the path location to the configuration file on the
  66. command line at startup time if you wish. The program will then doo t's
  67. thing, and upon completion, take you back to the DOS prompt.
  68.  
  69.                           Legal Stuff
  70.                           -----------
  71. ZIPDATE is Copyright(c) 1991, by Gary L. Bouchard. You are given license
  72. to use this program free of charge, provided that program is not
  73. altered, decompiled, patched, or otherwise changed without the authors
  74. expressed written consent.
  75.  
  76.                            Disclaimer
  77.                            ----------
  78. ZIPDATE has been tested to the best of my ability to be in a bug free
  79. state, however, I cannot be responsible for any damages caused as a
  80. result of using this program.
  81.  
  82.                         Technical Information
  83.                         ---------------------
  84. ZIPDATE was written using Borlands Turbo Pascal ver 6.0, and
  85. incorporates routines written by Samual H. Smith of the Toolshop BBS.
  86. The Program was written on an IBM PS/2 Model 60 with 230meg of Disk and
  87. 3 meg of Memory. This Zip file was assembled using Authenticity Check
  88. provided by Phil Katz program PKZIP 1.10. PKZIP is a trademark of
  89. PKWARE. If this file does not contain the Authenticity mark when the
  90. programs are extracted, for your own saftey, DO NOT USE THE PROGRAM!.
  91. You may contact my BBS at any time for the current version of this
  92. program.
  93.  
  94.                               Support
  95.                               -------
  96. Technical support will be provided by me, by calling my BBS at the
  97. number listed at the top of this document. Support, and Access to the
  98. BBS are free of charge.
  99.  
  100.                                 Cost
  101.                                 ----
  102. There is no Charge for the use of ZIPDATE. I have released this program
  103. under the title FREEWARE, which means that I retain the rights to the
  104. source code and program, and you are granted license to use the program
  105. without compensation. All I ask in return for your use of this software
  106. is that you drop me a line on my BBS, and let me know what you think of
  107. the program, and leave comments/suggestions for improvement.
  108.